home *** CD-ROM | disk | FTP | other *** search
- Path: news.compuserve.com!newsmaster
- From: 73700.776@compuserve.com (Walter C. Riley)
- Newsgroups: comp.lang.c++
- Subject: Re: (HUGE) Help! This bug is killing me! Anyone have any ideas?
- Date: Tue, 09 Jan 1996 23:10:21 GMT
- Organization: CompuServe Incorporated
- Message-ID: <4cuspl$5m5@dub-news-svc-1.compuserve.com>
- References: <4cjmbt$gaf@maverick.tad.eds.com>
- NNTP-Posting-Host: dd51-037.compuserve.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- fignet05.darrins@eds.com (Darrin Smith) wrote:
-
- >> much cut
- >>Any ideas are EXTREMELY welcome.
-
- Darrin,
-
- I took a semi-quick look at your code (ie, I didn't try to figure out
- what you were doing, I just took a quick look for possible crash
- causes.)
-
- I looks like detail was not initialized - you might try:
-
- ccun_detail *detail=new ccun_detail;
-
- instead of
-
- ccun_detail *detail;
-
- FWIW, good luck,
- Walt
-
-
-